From d5a173b4ed31dcc90bb2c35b88dd136d79069b8d Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 18 Sep 2008 22:00:53 +0000 Subject: [PATCH] Save the size column visibility state with the rest of the FileChooser 2008-09-18 Emmanuele Bassi * gtk/gtkfilechooserdefault.c (settings_save): Save the size column visibility state with the rest of the FileChooser settings. svn path=/trunk/; revision=21437 --- ChangeLog | 5 +++++ gtk/gtkfilechooserdefault.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1520da59f2..ed88ab793d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-18 Emmanuele Bassi + + * gtk/gtkfilechooserdefault.c (settings_save): Save the size column + visibility state with the rest of the FileChooser settings. + 2008-09-18 Emmanuele Bassi Bug 325095 – show a 'size' column diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c index 2bcf477529..721bcb573a 100644 --- a/gtk/gtkfilechooserdefault.c +++ b/gtk/gtkfilechooserdefault.c @@ -6009,6 +6009,7 @@ settings_save (GtkFileChooserDefault *impl) _gtk_file_chooser_settings_set_location_mode (settings, impl->location_mode); _gtk_file_chooser_settings_set_show_hidden (settings, gtk_file_chooser_get_show_hidden (GTK_FILE_CHOOSER (impl))); _gtk_file_chooser_settings_set_expand_folders (settings, impl->expand_folders); + _gtk_file_chooser_settings_set_show_size_column (settings, impl->show_size_column); /* NULL GError */ _gtk_file_chooser_settings_save (settings, NULL); -- 2.30.2